home *** CD-ROM | disk | FTP | other *** search
/ SuperModels in the Rainforest / SuperModels in the Rainforest.iso / rain.dxr / 00045_Girl -- Selector Sprite Script 3.ls < prev    next >
Encoding:
Text File  |  1995-10-13  |  114 b   |  8 lines

  1. on mouseDown
  2.   global giCurrentGirl
  3.   buttonLogic()
  4.   if the result = 1 then
  5.     go("MainLoopStart")
  6.   end if
  7. end
  8.